Wiki: https://github.com/jakadak001/ahud-cc/wiki/Crosshair
**You can open all the following files with the notepad** 
 
### General crosshair
📁 resource\ui
📄 hudplayerhealth.res
Under "Crosshair1" change this:
"visible"		"0" // Crosshair1 disabled
"enabled"		"0" // Crosshair1 disabled
to this:
"enabled"		"1"
"visible"		"1"

### Shape of the crosshair
📁 materials\vgui\replay\thumbnails\xhairs
📄 xhair1.vmt
Change this:			"$basetexture"		"vgui\replay\thumbnails\xhairs\xhair1"
To any xhair you want:	"$basetexture"		"vgui\replay\thumbnails\xhairs\xhair4" (for me)

### Colour of the crosshair
📁 resource\ui
📄 hudplayerhealth.res
Under "Crosshair1" edit this:
"drawcolor"		"0 0 0 255"
					 R G B transparency
"Alpha"			"255" (put here the same transparency value)

### Rotation speed of the crosshair
📁 materials\vgui\replay\thumbnails\xhairs
📄 xhair1.vmt
Change this:		"$rotateSpeedDir"		"0"
To speed you want:	"$rotateSpeedDir"		"60" (for me)

### Angel of the crosshair
📁 materials\vgui\replay\thumbnails\xhairs
📄 xhair1.vmt
Change this:		"$startAngle"		"0"
To angel you want:	"$startAngle"		"60" (for me)
